home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / CONVERTR / RTF2HTML / SRC / RTF2HTML.TAR / rtftohtml_src / Libs / h / README < prev    next >
Encoding:
Text File  |  1994-11-05  |  890 b   |  16 lines

  1. standard-names is a list of all the standard character names recognized by
  2. this distribution.  For every name xxx, a macro for rtfSC_xxx is created
  3. as a macro defining the standard code number for the name.  In order that
  4. the macro values correspond exactly to the ordering of the names in
  5. standard-names, standard-names is processed here to produce the #define's
  6. automatically that are added to rtf.h.
  7.  
  8. stdcharnames.h is used in $(LIBSRC)/charset.c as the contents of a array
  9. containing a string for each standard name.  This too must correspond
  10. exactly to the ordering in standard-names, because the rtfSC_xxx values
  11. are assumed to be the same as the position of the names in the array.
  12. Thus stdcharnames.h is also produced from standard-names.
  13.  
  14. This means that to add new standard names, you edit standard-names and run
  15. make again in this directory to recreate rtf.h and stdcharnames.h.
  16.